3.16.61 \(\int \frac {(2+3 x)^6}{(1-2 x)^3 (3+5 x)^3} \, dx\)

Optimal. Leaf size=70 \[ -\frac {729 x}{1000}-\frac {1563051}{234256 (1-2 x)}-\frac {204}{9150625 (5 x+3)}+\frac {117649}{42592 (1-2 x)^2}-\frac {1}{1663750 (5 x+3)^2}-\frac {6950895 \log (1-2 x)}{2576816}+\frac {17547 \log (5 x+3)}{100656875} \]

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 70, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 22, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.045, Rules used = {88} \begin {gather*} -\frac {729 x}{1000}-\frac {1563051}{234256 (1-2 x)}-\frac {204}{9150625 (5 x+3)}+\frac {117649}{42592 (1-2 x)^2}-\frac {1}{1663750 (5 x+3)^2}-\frac {6950895 \log (1-2 x)}{2576816}+\frac {17547 \log (5 x+3)}{100656875} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(2 + 3*x)^6/((1 - 2*x)^3*(3 + 5*x)^3),x]

[Out]

117649/(42592*(1 - 2*x)^2) - 1563051/(234256*(1 - 2*x)) - (729*x)/1000 - 1/(1663750*(3 + 5*x)^2) - 204/(915062
5*(3 + 5*x)) - (6950895*Log[1 - 2*x])/2576816 + (17547*Log[3 + 5*x])/100656875

Rule 88

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Int[ExpandI
ntegrand[(a + b*x)^m*(c + d*x)^n*(e + f*x)^p, x], x] /; FreeQ[{a, b, c, d, e, f, p}, x] && IntegersQ[m, n] &&
(IntegerQ[p] || (GtQ[m, 0] && GeQ[n, -1]))

Rubi steps

\begin {align*} \int \frac {(2+3 x)^6}{(1-2 x)^3 (3+5 x)^3} \, dx &=\int \left (-\frac {729}{1000}-\frac {117649}{10648 (-1+2 x)^3}-\frac {1563051}{117128 (-1+2 x)^2}-\frac {6950895}{1288408 (-1+2 x)}+\frac {1}{166375 (3+5 x)^3}+\frac {204}{1830125 (3+5 x)^2}+\frac {17547}{20131375 (3+5 x)}\right ) \, dx\\ &=\frac {117649}{42592 (1-2 x)^2}-\frac {1563051}{234256 (1-2 x)}-\frac {729 x}{1000}-\frac {1}{1663750 (3+5 x)^2}-\frac {204}{9150625 (3+5 x)}-\frac {6950895 \log (1-2 x)}{2576816}+\frac {17547 \log (3+5 x)}{100656875}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.05, size = 60, normalized size = 0.86 \begin {gather*} \frac {-\frac {55 \left (4269315600 x^5+3700073520 x^4-21487765512 x^3-19656314001 x^2+49588250 x+2317121263\right )}{\left (10 x^2+x-3\right )^2}-8688618750 \log (3-6 x)+561504 \log (-3 (5 x+3))}{3221020000} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(2 + 3*x)^6/((1 - 2*x)^3*(3 + 5*x)^3),x]

[Out]

((-55*(2317121263 + 49588250*x - 19656314001*x^2 - 21487765512*x^3 + 3700073520*x^4 + 4269315600*x^5))/(-3 + x
 + 10*x^2)^2 - 8688618750*Log[3 - 6*x] + 561504*Log[-3*(3 + 5*x)])/3221020000

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {(2+3 x)^6}{(1-2 x)^3 (3+5 x)^3} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[(2 + 3*x)^6/((1 - 2*x)^3*(3 + 5*x)^3),x]

[Out]

IntegrateAlgebraic[(2 + 3*x)^6/((1 - 2*x)^3*(3 + 5*x)^3), x]

________________________________________________________________________________________

fricas [A]  time = 1.27, size = 105, normalized size = 1.50 \begin {gather*} -\frac {234812358000 \, x^{5} + 46962471600 \, x^{4} - 1213135417560 \, x^{3} - 988737742575 \, x^{2} - 561504 \, {\left (100 \, x^{4} + 20 \, x^{3} - 59 \, x^{2} - 6 \, x + 9\right )} \log \left (5 \, x + 3\right ) + 8688618750 \, {\left (100 \, x^{4} + 20 \, x^{3} - 59 \, x^{2} - 6 \, x + 9\right )} \log \left (2 \, x - 1\right ) + 12119848070 \, x + 113352927985}{3221020000 \, {\left (100 \, x^{4} + 20 \, x^{3} - 59 \, x^{2} - 6 \, x + 9\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)^6/(1-2*x)^3/(3+5*x)^3,x, algorithm="fricas")

[Out]

-1/3221020000*(234812358000*x^5 + 46962471600*x^4 - 1213135417560*x^3 - 988737742575*x^2 - 561504*(100*x^4 + 2
0*x^3 - 59*x^2 - 6*x + 9)*log(5*x + 3) + 8688618750*(100*x^4 + 20*x^3 - 59*x^2 - 6*x + 9)*log(2*x - 1) + 12119
848070*x + 113352927985)/(100*x^4 + 20*x^3 - 59*x^2 - 6*x + 9)

________________________________________________________________________________________

giac [A]  time = 1.20, size = 53, normalized size = 0.76 \begin {gather*} -\frac {729}{1000} \, x + \frac {19538111388 \, x^{3} + 17720890929 \, x^{2} + 163877530 \, x - 2060962327}{58564000 \, {\left (5 \, x + 3\right )}^{2} {\left (2 \, x - 1\right )}^{2}} + \frac {17547}{100656875} \, \log \left ({\left | 5 \, x + 3 \right |}\right ) - \frac {6950895}{2576816} \, \log \left ({\left | 2 \, x - 1 \right |}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)^6/(1-2*x)^3/(3+5*x)^3,x, algorithm="giac")

[Out]

-729/1000*x + 1/58564000*(19538111388*x^3 + 17720890929*x^2 + 163877530*x - 2060962327)/((5*x + 3)^2*(2*x - 1)
^2) + 17547/100656875*log(abs(5*x + 3)) - 6950895/2576816*log(abs(2*x - 1))

________________________________________________________________________________________

maple [A]  time = 0.01, size = 57, normalized size = 0.81 \begin {gather*} -\frac {729 x}{1000}-\frac {6950895 \ln \left (2 x -1\right )}{2576816}+\frac {17547 \ln \left (5 x +3\right )}{100656875}-\frac {1}{1663750 \left (5 x +3\right )^{2}}-\frac {204}{9150625 \left (5 x +3\right )}+\frac {117649}{42592 \left (2 x -1\right )^{2}}+\frac {1563051}{234256 \left (2 x -1\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((3*x+2)^6/(1-2*x)^3/(5*x+3)^3,x)

[Out]

-729/1000*x-1/1663750/(5*x+3)^2-204/9150625/(5*x+3)+17547/100656875*ln(5*x+3)+117649/42592/(2*x-1)^2+1563051/2
34256/(2*x-1)-6950895/2576816*ln(2*x-1)

________________________________________________________________________________________

maxima [A]  time = 0.66, size = 59, normalized size = 0.84 \begin {gather*} -\frac {729}{1000} \, x + \frac {19538111388 \, x^{3} + 17720890929 \, x^{2} + 163877530 \, x - 2060962327}{58564000 \, {\left (100 \, x^{4} + 20 \, x^{3} - 59 \, x^{2} - 6 \, x + 9\right )}} + \frac {17547}{100656875} \, \log \left (5 \, x + 3\right ) - \frac {6950895}{2576816} \, \log \left (2 \, x - 1\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)^6/(1-2*x)^3/(3+5*x)^3,x, algorithm="maxima")

[Out]

-729/1000*x + 1/58564000*(19538111388*x^3 + 17720890929*x^2 + 163877530*x - 2060962327)/(100*x^4 + 20*x^3 - 59
*x^2 - 6*x + 9) + 17547/100656875*log(5*x + 3) - 6950895/2576816*log(2*x - 1)

________________________________________________________________________________________

mupad [B]  time = 1.09, size = 52, normalized size = 0.74 \begin {gather*} \frac {17547\,\ln \left (x+\frac {3}{5}\right )}{100656875}-\frac {6950895\,\ln \left (x-\frac {1}{2}\right )}{2576816}-\frac {729\,x}{1000}+\frac {\frac {4884527847\,x^3}{1464100000}+\frac {17720890929\,x^2}{5856400000}+\frac {16387753\,x}{585640000}-\frac {2060962327}{5856400000}}{x^4+\frac {x^3}{5}-\frac {59\,x^2}{100}-\frac {3\,x}{50}+\frac {9}{100}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-(3*x + 2)^6/((2*x - 1)^3*(5*x + 3)^3),x)

[Out]

(17547*log(x + 3/5))/100656875 - (6950895*log(x - 1/2))/2576816 - (729*x)/1000 + ((16387753*x)/585640000 + (17
720890929*x^2)/5856400000 + (4884527847*x^3)/1464100000 - 2060962327/5856400000)/(x^3/5 - (59*x^2)/100 - (3*x)
/50 + x^4 + 9/100)

________________________________________________________________________________________

sympy [A]  time = 0.21, size = 60, normalized size = 0.86 \begin {gather*} - \frac {729 x}{1000} - \frac {- 19538111388 x^{3} - 17720890929 x^{2} - 163877530 x + 2060962327}{5856400000 x^{4} + 1171280000 x^{3} - 3455276000 x^{2} - 351384000 x + 527076000} - \frac {6950895 \log {\left (x - \frac {1}{2} \right )}}{2576816} + \frac {17547 \log {\left (x + \frac {3}{5} \right )}}{100656875} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)**6/(1-2*x)**3/(3+5*x)**3,x)

[Out]

-729*x/1000 - (-19538111388*x**3 - 17720890929*x**2 - 163877530*x + 2060962327)/(5856400000*x**4 + 1171280000*
x**3 - 3455276000*x**2 - 351384000*x + 527076000) - 6950895*log(x - 1/2)/2576816 + 17547*log(x + 3/5)/10065687
5

________________________________________________________________________________________